Table of content



/city/{id}

Mapping URL: /city/{id}

Description: delete the city entity with the appended id

Microservice: CountryService


Methods

/city/{id}

/city/{id}

Mapping URL: /city/{id}

Description: CityService

Name: deleteCityById(id)

Request Method: DELETE

Service Interface: /city/{id}

Service Entity: City



CountryService inside the microservice architecture

Microservices

3.1 AirplaneService3.2 AirportService3.3 CargoService3.4 CountryService3.5 EmployeeService3.6 LuggageService
3.7 PassengerBookingService


Table of content